home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / printerc.h < prev    next >
C/C++ Source or Header  |  2008-09-06  |  587b  |  19 lines

  1. /*      
  2.  * Copyright 2000 by Paul Mattes.
  3.  *  Permission to use, copy, modify, and distribute this software and its
  4.  *  documentation for any purpose and without fee is hereby granted,
  5.  *  provided that the above copyright notice appear in all copies and that
  6.  *  both that copyright notice and this permission notice appear in
  7.  *  supporting documentation.
  8.  */     
  9.  
  10. /*     
  11.  *    printerc.h
  12.  *        Printer session support
  13.  */             
  14.  
  15. extern void printer_lu_dialog(void);
  16. extern void printer_start(const char *lu);
  17. extern void printer_stop(void);
  18. extern Boolean printer_running(void);
  19.